SPREAD for WPF 3.0J - GcSpreadGrid
InsertItems メソッド (NotifyCollection<T>)

GrapeCity.Windows.SpreadGrid.Editors 名前空間 > NotifyCollection<T> クラス : InsertItems メソッド
項目を挿入する位置の 0 から始まるインデックス。
コレクションに追加するオブジェクトを含む IEnumerable
コレクション内の指定したインデックスに複数の項目を挿入します。
シンタックス
'宣言
 
Protected Overridable Sub InsertItems( _
   ByVal index As Integer, _
   ByVal value As IEnumerable(Of T) _
) 
protected virtual void InsertItems( 
   int index,
   IEnumerable<T> value
)

パラメータ

index
項目を挿入する位置の 0 から始まるインデックス。
value
コレクションに追加するオブジェクトを含む IEnumerable
例外
例外解説
value に null 参照 (Visual Basicでは Nothing) が含まれます。
指定された値が null 参照 (Visual Basicでは Nothing) です。
コレクションがロックされています。
参照

NotifyCollection<T> クラス
NotifyCollection<T> メンバ